.select2-results {
    display: block;
    overflow: hidden;
}

.division-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    width: 133px;
    justify-content: center;
}

.division-list span {
    background-image: linear-gradient(to right, #AF04A8, #E9621E) !important;
    font-size: 14px;
}

#upload_logoField #upload_logoPreview {
    margin-top: 10px;
    object-fit: contain;
}

.question-type-card {
    padding: 15px 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-image: linear-gradient(to right, #AF04A8, #E9621E) !important;
    font-size: 17px;
}

.question-type-card .form-check {
    margin: 0;
    padding: 0;
}

.question-type-card .form-check .form-check-input[type=radio] {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.question-type-card .form-check .form-check-label {
    padding-left: 10px;
}

.all-question-type-card {
    box-shadow: 0 3px 0px 0 #d23d56;
    padding: 18px 0 8px;
    margin-bottom: 15px;
}
.calender-filter {
    height: 35px;
    width: 35px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #AF04A8, #E9621E) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calender-filter a{
    color:#fff;
    font-size: 18px;
}

.sub-menu-items .dropdown-toggle::after {
    display: none;
}
.sub-menu-items .fa-chevron-down {
    font-size: 12px;
}
.sub-menu-items .dropdown-menu {
    padding: 0;
    border-top: 2px solid #af04a8;
}
.sub-menu-items .dropdown-menu > li > a {
    color: #282f53;
    font-size: 14px;
    padding: 10px 0px 10px 30px !important;
    border-bottom: 1px solid #cbcbcb;
}
.sub-menu-items.dropdown-menu > li > a:hover,
.sub-menu-items .dropdown-menu > li > a:focus {
    color: #000000;
    background-color: #f0f0f5a3;
}
.sub-menu-items .dropdown-item.active {
    color: rgb(255 255 255) !important;
    background-image: linear-gradient(to right, #af04a8, #e9621e);
}
.rating-chart canvas {
    height: 400px !important;
    width: 400px !important;
    margin: 0 auto;
}

.no-data-img img {
    width: 100%;
}
.no-data-img {
    max-width: 510px;
    margin: 0 auto;
}

.survey-hub.show {
    position: static !important;
    transform: none !important;
}
.sub-menu-items {
    flex-direction: column;
}
.chart-body {
    position: relative;
}
.view-data-msg {
    position: absolute;
    width: 100%;
}
.inner-table tr td {
    background: #fff;
}

.custom-calender-open {
    display: flex;
    align-items: center;
    position: relative;
}
.custom-calender-open input {
    width: 0;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.custom-calender-open input:focus{
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}
.custom-calender-open label{
    cursor: pointer;
}
.custom-calender-open i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%,-50%);
}
.website-setting-logo{
    max-width: 100px;
}

.dropdown-item.active .side-menu__icon {
    color: #fff !important;
}
.question-survey-select {
    display: flex;
    gap: 5px;
}
.question-survey-select .survey-select-drop {
    width: 225px;
}
.survey-select-drop .select2-results__options .select2-results__option {
    font-size: 11px !important;
}
.export-btn button {
    border: 0;
    background-image: linear-gradient(to right, #af04a8, #e9621e);
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    height: 35px;
}
.export-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.export-btn-grp{
    display: flex;
    align-items: center;
    gap: 10px;
}

.all-emoji-answers p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    border-right: 2px solid #d8d8d8;
    padding-right: 45px;
}

.all-emoji-answers {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.all-emoji-answers p:last-child {
    border: 0;
}
.view-answers .fe-eye {
    background-image: linear-gradient(to right, #AF04A8, #E9621E);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.emojiQuestionModal{
    max-width: 80%;
}
.dashboar_card h6{
    max-width: 100% !important;
}
.all-answers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.all-answers p {
    min-width: 260px;   
    white-space: pre-wrap;
    border-right: 1px solid #e9edf4;
    border-bottom: 1px solid #e9edf4;
    height: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

.all-answers p:nth-child(even) {
    border-right: none;
}
.bg-gradient {
    background-image: linear-gradient(to right, #af04a8, #e9621e) !important;
    padding: 6px;
}

.survey-question {
    min-height: 535px !important;
}
#modalBodyrelated_feedback tr td {
    vertical-align: middle;
}
.question_img {
    max-width: 125px;
    border-radius: 5px;
    overflow: hidden;
}
.card-body {
    position: relative;
}
.print-chart {
    position: absolute;
    right: 0;
    bottom: 0;
}
.print-chart button{
    border: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(to right, #AF04A8, #E9621E) !important;
    border-radius: 5px 0 0 0;
}
.login-form-area {
    height: 100vh;
    display: flex;
}
.left-login-img img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}
.logo-img {
    max-width: 250px;
    margin: 0 auto;
}
.logo-img img {
    width: 100%;
}
form.login-main-form {
    max-width: 500px;
    margin: 20px auto 0;
}
.login-main-form label {
    font-size: 17px;
}
.login-main-form .input-field {
    border-left: 0 !important;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    box-shadow: none !important;
    padding-left: 25px;
    padding-bottom: 0;
}
.login-main-form i {
    bottom: 5px;
    font-size: 20px;
}
.login-main-form button {
    background-image: linear-gradient(to right, #e9621e, #2975a9);
    height: 40px;
    /*width: 200px;*/
    justify-content: center;
    font-size: 16px;
}
.login-main-form button:focus:not(:focus-visible) {
    box-shadow: none !important;
}
.no-data-img-feedback {
    max-width: 280px;
    margin: 0 auto;
}
.common-dashboard .accordion-button:not(.collapsed) {
    color: #fff;
    border-radius: 5px 5px 0 0;
    background-image: linear-gradient(to right, #af04a8, #e9621e) !important;
}
.common-dashboard .accordion-button {
    font-size: 18px;
}
.common-dashboard .accordion-item {
    margin-bottom: 15px;
    border-radius: 5px;
}
.common-dashboard .chart_and_progress .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 7px;
}
.common-dashboard .dashboar_card .card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 7px;
}
.common-dashboard .accordion-button {
    color: #af04a8;
}
.survey-participants-card {
    margin: 22px 0;
}
.participants-width {
    width: 60px;
}
.total-count {
    height: 25px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15%;
    border: 2px solid #e9621e;
    color: #e9621e;
    position: relative;
    background-color: white;
}
.total-count::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e9621e;
}

.all-survey-list {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
}

.all-survey-list h6 {
    margin: 0;
}
#answerWiseRatingContainer {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 10px 0;
}
.all-survey-question {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.all-survey-question.active span {
    background: #fff;
    color: #e9621e;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.all-survey-question span {
    background-image: linear-gradient(to right, #af04a8, #e9621e);
    color: #fff;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.all-survey-question h6 {
    margin: 0;
    line-height: 1.4;
}
.all-survey-question.active,
.all-survey-list.active {
    background-image: linear-gradient(to right, #af04a8, #e9621e) !important;
    color: #ffff;
}
.all-survey-question:hover {
    transform: scale(1.05);
}
.radio-button {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px;
    position: relative;
    align-items: center;
    color: #000000;
}

.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
}

.radio::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #e9621e;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.radio-button input[type="radio"]:checked + .radio {
    border-color: #af04a8;
    transform: translateZ(0px);
    background-color: #fff;
}

.radio-button input[type="radio"]:checked + .radio::before {
    opacity: 1;
}
td {
    vertical-align: middle !important;
}
.question-img {
    max-width: 90px;
}
.ques-name {
    white-space: normal;
}
.footer{
    background: transparent;
    font-size: 0.875rem;
    padding: 1.25rem 1.25rem;
    border-block-start: 1px solid rgba(0, 0, 0, 0.1);
}
.flatpickr-input[readonly] {
    cursor: pointer;
    background: transparent;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
    background-image: linear-gradient(to right, #af04a8, #e9621e) !important;
}
.swal2-icon {
    font-size: 11px;
    margin: 0 auto;
}
.swal2-popup.swal2-modal {
    max-width: 380px;
}
.swal2-title {
    font-size: 25px;
}
.swal2-html-container {
    padding: 10px 0;
}
.swal2-actions {
    margin: 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
    border: 0.25em solid #b91392 !important;
}
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"] {
    background-color: #b71096 !important;
}
.swal2-popup.swal2-modal {
    padding: 15px;
}
table.table-bordered.dataTable td {
    white-space: normal !important;
}
.device-answers p {
    min-width: 130px;
}

/* Loader  */

.loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 130px 0;
    perspective: 780px;
}

.text {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    z-index: 10;
}

.load-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
}

.load-inner.load-one {
    left: 0%;
    top: 0%;
    border-bottom: 5px solid #af04a8;
    animation: rotate1 1.15s linear infinite;
}

.load-inner.load-two {
    right: 0%;
    top: 0%;
    border-right: 5px solid #e9621e;
    animation: rotate2 1.15s 0.1s linear infinite;
}

.load-inner.load-three {
    right: 0%;
    bottom: 0%;
    border-top: 5px solid #d13b57;
    animation: rotate3 1.15s 0.15s linear infinite;
}
#global-loader {
    background: #000000b5 !important;
}
.loader-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

@keyframes rotate1 {
    0% {
        transform: rotateX(45deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(45deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes rotate2 {
    0% {
        transform: rotateX(45deg) rotateY(45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(45deg) rotateY(45deg) rotateZ(360deg);
    }
}
@keyframes rotate3 {
    0% {
        transform: rotateX(-60deg) rotateY(0deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(-60deg) rotateY(0deg) rotateZ(360deg);
    }
}

.all-emoji-type p {
    min-width: 100px;
    white-space: nowrap;
}
.accordion-item {
    border: 1px solid #e9edf4 !important;
}
.service-rating .accordion-button {
    font-size: 15px;
    padding: 10px;
}
.input-group-text {
    background-image: linear-gradient(to right, #af04a8, #e9621e) !important;
}
.Allow_Wheel_Fortune .form-check-input:checked {
    height: 25px;
    width: 45px;
    background-color: #af04a8;
    border-color: #af04a8;
}
.Allow_Wheel_Fortune .form-check-input {
    height: 25px;
    width: 45px !important;
}
 .select2 .select2-container {
    width: 100% !important;
}
.prizeList .select2-container {
    width: 100% !important;
}
.view-answers .fa-clone {
    background-image: linear-gradient(to right, #af04a8, #e9621e);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.winner-img {
    background-image: url("../../assets/images/Winner_Badge_Black.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.winner-img span {
    padding-bottom: 12px;
    color: #fff;
    font-size: 17px;
}
.gift-img {
    max-width: 85px;
}
/*.admin-user .dropdown-menu-end {*/
/*    margin-top: -16px !important;*/
/*    min-width: 240px;*/
/*    margin-left: -55px;*/
/*}*/

.otp-Form {
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    gap: 15px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.082);
    border-radius: 15px;
}

.mainHeading {
    font-size: 1.5em;
    color: rgb(15, 15, 15);
    font-weight: 700;
}

.otpSubheading {
    font-size: 1em;
    color: black;
    line-height: 20px;
    text-align: center;
}

.inputContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.otp-input {
    background-color: #e4e4e46b;
    width: 50px;
    height: 50px;
    text-align: center;
    border: none;
    border-radius: 7px;
    caret-color: rgb(127, 129, 255);
    color: rgb(44, 44, 44);
    outline: none;
    font-weight: 600;
    font-size: 20px;
    border: 1px solid #af04a845;
}

.otp-input:focus {
    background-color: rgb(255 255 255 / 20%);
    transition-duration: 0.3s;
    border: 1px solid #af04a8;
}

.verifyButton {
    width: 50%;
    height: 40px;
    border: 2px solid #af04a8;
    background-color: #af04a8;
    color: white;
    font-weight: 600;
    cursor: pointer;
    border-radius: 50px;
    transition-duration: 0.2s;
}

.verifyButton:hover {
    background-color: #ffff;
    transition-duration: 0.2s;
    color: #af04a8;
    border: 2px solid #af04a8;
}

.exitBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.171);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: none;
    color: black;
    font-size: 1.1em;
    cursor: pointer;
}

.resendNote {
    font-size: 1em;
    color: black;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.resendBtn {
    background-color: transparent;
    border: none;
    color: #af04a8;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 700;
}
.OtpModal {
    max-width: 400px;
}
.OtpModal .modal-content {
    border-radius: 15px;
}
.verifyButton:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.5;
}
.verifyButton:disabled:hover {
    background-color: #ffff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.companyDetails {
    max-width: 780px;
}
.companyDetails .card-title {
    font-size: 0.8rem !important;
}
.text-color {
    color: #af04a8;
}
.subscription-table > thead > tr > th {
    font-size: 13px;
    padding: 10px;
}
.subscription-table tbody td {
    font-size: 12px;
    padding: 7px 10px;
}
.org-address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.header .notifications-menu {
    height: auto;
    max-height: 390px;
    overflow-y: auto;
}
.badge-warning {
    color: #212529 !important;
    background: #ffc107;
}
.all-notification {
    inset-block-start: 44px !important;
}
.notification:before {
    background-image: linear-gradient(to right, #af04a8, #e9621e) !important;
}
.notification .notification-icon a {
    border: 3px solid #af04a8;
}
.notification-body .avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    background-image: linear-gradient(to right, #af04a8, #e9621e) !important;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .notifications .dropdown-menu {
    min-width: 23rem;
}
.notification-subtext {
    font-size: 13px;
}
.admin-user .dropdown-menu.dropdown-menu-end{
    left: auto !important;
}
.unread-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: 0;
}
.notification-label{
    width: calc(100% - 25px) !important;
}
.intl-tel-input,
.iti {
    width: 100%;
}
.form-control.is-invalid {
    border-color: #e23e3d !important;
}
.form-control:focus {
    border-color: #af04a8 !important;
}
.notification-count{
    font-size: 12px;
}
.bg-Low {
    background-color: #28a745;
}
.bg-Medium {
    background-color: #ffc107;
    color: #212529;
}
.bg-High {
    background-color: #fd7e14;
}
.bg-Urgent {
    background-color: #dc3545;
}
.ticket-Status .notification-body {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-left: 25px;
    margin-inline-end: 0%;
    padding: 10px;
}
.ticket-Status.notification:before {
    inset-inline-start: 0%;
    margin-inline-start: -1px;
}
.ticket-Status .notification-icon {
    inset-inline-start: -5%;
    inset-block-start: 41px;
}
.ticket-Status .notify-time {
    inset-inline-end: 15px;
}
.ticket-Status .notification-body:before {
    border-inline-end-color: #d2cfd152;
}
.In_Progress {
    background-color: #ffc107 !important;
    color: #000;
}
.Open {
    background-color: #28a745 !important;
}
.Resolved {
    background-color: #17a2b8 !important;
}
.Closed {
    background-color: #6c757d !important;
}
.AllAttachments img,
.AllAttachments video {
    cursor: pointer;
    transition: 0.3s;
    height: 100px;
    width: 100px;
    object-fit: contain;
}

.AllAttachments img:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.AllAttachments #image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}
.AllAttachments .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.AllAttachments .modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
.AllAttachments #image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.AllAttachments #image-viewer .close:hover,
.AllAttachments #image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .AllAttachments .modal-content {
        width: 100%;
    }
}
.AllAttachments .card-body {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    align-content: center;
}
.attachmentsModal {
    max-width: 1100px !important;
}
/* ***********************Media Query******************* */

@media only screen and (max-width: 1300px) {
    .rating-chart{
        overflow-x: auto;
    }
    .rating-chart canvas {
        height: 100% !important;
        width: 100% !important;
        margin: 0 auto;
        min-width: 400px;
    }
    .question-survey-select .survey-select-drop {
        width: 220px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1300px !important;
    }
}
@media (max-width: 767px) {
    .survey-question {
        min-height: auto !important;
    }
}
